home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
cprog
/
f2c3.2bin.lha
/
f2c-for-SASC651
/
fsplit.lha
/
fsplit
/
io.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-07-08
|
229 b
|
17 lines
# io.h - This file is part of FSPLIT.
# Standard file descriptors
define STDIN 5
define STDOUT 6
# File modes
define MOLD 0
define MNEW 1
define MSCRATCH 2
define EOF -1
define ERR 0
define OK 1